ComponentOne ASP.NET MVC Controls
MinorUnit Method

C1.Web.Mvc.Fluent Namespace > ChartAxisBuilder<T> Class : MinorUnit Method
The value.
Configurates C1.Web.Mvc.ChartAxis<T>.MinorUnit. Sets the number of units between minor axis ticks. If the axis contains date values, then the units are expressed in days.
Syntax
'Declaration
 
Public Function MinorUnit( _
   ByVal value As Double _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> MinorUnit( 
   double value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ChartAxisBuilder<T> Class
ChartAxisBuilder<T> Members